projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f5db937
)
rust: Also add a feature for v2025_2
author
Colin Walters
<walters@verbum.org>
Thu, 22 May 2025 22:18:05 +0000
(18:18 -0400)
committer
Colin Walters
<walters@verbum.org>
Thu, 22 May 2025 22:18:05 +0000
(18:18 -0400)
Cargo.toml
patch
|
blob
|
history
diff --git
a/Cargo.toml
b/Cargo.toml
index 7e6a2d3e3715952b64b80f66c26595e21a0cd622..13e7968d47bbd9a7232bc15834ffaa76185bc506 100644
(file)
--- a/
Cargo.toml
+++ b/
Cargo.toml
@@
-9,7
+9,7
@@
name = "ostree"
readme = "rust-bindings/README.md"
repository = "https://github.com/ostreedev/ostree"
rust-version = "1.77.0"
-version = "0.20.
1
"
+version = "0.20.
2
"
include = [
"/COPYING",
@@
-102,3
+102,4
@@
v2023_1 = ["v2022_7", "ffi/v2023_1"]
v2023_8 = ["v2023_1", "ffi/v2023_8"]
v2023_11 = ["v2023_8", "ffi/v2023_11"]
v2025_1 = ["v2023_11", "ffi/v2025_1"]
+v2025_2 = ["v2025_1", "ffi/v2025_2"]